home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 276-300 / disk_280 / graph / object / default.h < prev    next >
C/C++ Source or Header  |  1992-05-06  |  377b  |  18 lines

  1. /*
  2.  *                 GRAPH, Version 1.00 - 4 August 1989
  3.  *
  4.  *            Copyright 1989, David Gay. All Rights Reserved.
  5.  *            This software is freely redistrubatable.
  6.  */
  7.  
  8. /* Default object methods */
  9. #ifndef DEFAULT_H
  10. #define DEFAULT_H
  11.  
  12. int uncalled(struct object *this);
  13. struct Region *ref_uncalled(struct object *this);
  14. int notdone(struct object *this);
  15.  
  16. #endif
  17.  
  18.